.container {
	height: 120px;
	display: none;
}

.headwbw img {
	margin-top: 34px;
}

.phone_search {
	display: none;
}

.header .search {
	position: relative;
	margin: 0 10px;
	margin-top: 40px;
}

.header .search .tex {
	width: 240px;
	border-radius: 30px;
	color: #999999;
	font-size: 0.875rem;
	height: 40px;
	border: 1px solid #999999;
	box-sizing: border-box;
	padding-left: 20px;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.header .search .bth {
	/* background: url(../img/icon/search.png) center no-repeat; */
	width: 21px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.header .img {
	margin-top: 15px;
}

.sidemenu .sidemenulist {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #6785a2;
}

.sidemenu .sidemenulist>li {
	flex: 1;
	padding-top: 18px;
	position: relative;

}

.sidemenu .sidemenulist>li>a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}

.sidemenu .sidemenulist li p {
	font-size: 12px;
	margin-top: 5px;
}

.sidemenu .sidemenulist li:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 0%;
	background-color: #da251c;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:before {
	width: 50%;
}

.sidemenu .sidemenulist li:after {
	content: '';
	position: absolute;
	top: -3px;
	right: 50%;
	width: 0%;
	background-color: #da251c;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:after {
	width: 50%;
}

.sidemenu .sidemenulist li.on:before,
.sidemenu .sidemenulist li.on:after {
	width: 50%;
}

.sidemenu .sidemenulist li.on {
	background-color: #da251c;
}

.sidemenu .sidemenulist li .i2 {
	position: absolute;
	display: inline-block;
	height: 20px;

	width: 2px;
	background-color: #4f7296;
	right: 0;
	top: 49%;
}

.sidemenu .sidemenulist li:last-child .i2 {
	display: none;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.banner {
	position: relative;
	top: 0;
	left: 0;
}

.banner .swiper-slide {
	height: 680px;
}

.container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}


.sidemenu_wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	z-index: 99;
}

/* end */

.headwbc .tel {
	margin-top: 38px;
}

.headwbc .tel ul li .number p {
	color: #ffffff;
	font-size: 14px;
}

.headwbc .tel ul li:last-child {
	margin-left: 50px;
}

.headwbc .tel ul li .image {
	margin-right: 10px;
}

.headwbc .tel ul li .image img {
	vertical-align: -21px;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, .5);
	width: 12px;
	height: 12px;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
	width: 40px;
	height: 12px;
	background-color: #da251c !important;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.page {
	text-align: right;
	margin-top: 6rem;
}

.page a {
	box-sizing: border-box;
	padding: 0 1rem;
	min-width: 4rem;
	display: inline-block;
	background-color: #f4f4f5;
	color: #717377;
	font-size: 1.2rem;
	text-align: center;
	line-height: 3rem;
	border: 1px solid #ddd;
}

.page img {
	vertical-align: 1px;
	margin: 0 3px;
}

.page span {
	color: #777777;
	font-size: 1.4rem;
}

.page input {
	border: 1px solid #ddd;
	line-height: 3rem;
	width: 4rem;
}

.page a.on {
	background-color: #da251c;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #da251c;
	color: #FFFFFF;
}

/* 2021-10-5 */
.nheader {
	position: relative;
	background: #fff;
	width: 100%;
	height: 120px;
	/* background: url(../img/icon/top_bg.png) center no-repeat; */
	z-index: 99;
	transition: all .5s;
}

.head {
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.scrolltop {
	background: #fff;
	box-shadow: 0px 0px 7px #333;
	position: fixed;
	top: 0;
}

.nheader:hover .nav>li>a,
.scrolltop .nav>li>a {
	/* color: #000; */
}

.nav {
	display: flex;
}

.nav>li {
	position: relative;
}

.nav>li.active a {
	color: #da251c;
}

.nav>li>a {
	white-space: nowrap;
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	line-height: 120px;
	position: relative;
	color: #000;
	transition: all .3s;
	font-size: 16px;
}

.navlist {
	position: absolute;
	display: none;
	width: auto;
	background: #da251c;
	padding: 0 20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
}

.navlist a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #da251c;
}

.navlist li:last-of-type a {
	border-bottom: none;
}


.nav>li>a::before,
.nav>li>a::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	bottom: 0;
	background: #da251c;
	transition: all.3s;
}

.nav>li.active::before {
	content: "";
	background: url(../img/nav.png) center no-repeat;
	width: 18px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.nav>li:hover::before {
	content: "";
	background: url(../img/nav.png) center no-repeat;
	width: 18px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.navlist>li:hover>a {
	text-decoration: underline;
}

.nav>li>a::before {
	left: 50%;
}

.nav>li>a::after {
	right: 50%;
}

.nav>li>a:hover {
	color: #da251c !important;
}

.nav>li>a:hover::before,
.nav>li>a:hover::after {
	width: 50%;
}

.nav>li.active>a::before,
.nav>li.active>a::after {
	width: 50%;
}

.search-i {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	background-size: contain;
	margin-left: 1rem;
	vertical-align: -4px;
	cursor: pointer;
	background: url(../img/search2.png) center no-repeat;
}

.headbg {
	background: #fff !important;
	box-shadow: 0px 0px 7px #333;
}

.headbg .menuico i::before {
	background: #000 !important;
}

.navlist2 {
	display: none;
	padding-left: .4rem;
	background: rgba(255, 255, 255, .1);
}

.navlist2 a {
	display: block;
	color: #fff;
	padding: .4rem 0;
	padding-left: 2rem;
	font-size: 1.4rem;
}

.aclick::after {
	-webkit-transform: rotate(135deg) skew(5deg, 5deg) !important;
	transform: rotate(135deg) skew(5deg, 5deg) !important;
}

.pc-search,
.wap-search {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	background: #fff;
	border-radius: 2px;
}

.pc-search input {
	height: 32px;
}

.pc-search {
	padding: 10px 20px;
	box-shadow: 1px 1px 5px #666;
}

.rnav {
	margin-left: 60px;
}

.nav ul li.active a {
	color: #da251c;
}

.index-title {
	color: #222222;
	font-size: 3.6rem;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}

.index-title img {
	margin-right: 20px;
}

.index-box {
	padding: 5.5rem 0 6rem 0;
	background-color: #f7f7f7;
}

.index-box .w {
	display: flex;
	flex-wrap: wrap;
}

.index-box .left {
	width: 44.44%;
}

.index-box .left .img {
	position: relative;
	padding-bottom: 66.66%;
}

.index-box .left .swiper-container .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box .left .swiper-container {
	margin-top: 4rem;
}

.index-box .left .swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #fff;
}

.index-box .left .swiper-pagination-bullet-active {
	background-color: #da251c;
	width: 3rem;
	border-radius: 50px;
}

.index-box .left .swiper-slide {
	position: relative;
}

.index-box .left .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 3rem;
}

.index-box .left .swiper-slide .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-size: 2rem;
	height: 17rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.index-box .left .swiper-slide .text P {
	position: absolute;
	width: 100%;
	bottom: 4rem;
	padding-left: 35px;
	box-sizing: border-box;
}

.index-box .slideTxtBox {
	flex: 1;
}

.index-box .slideTxtBox .hd {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	height: 5.5rem;
	box-sizing: border-box;
	align-items: center;
}

.index-box .slideTxtBox .hd ul li {
	color: #333333;
	font-size: 2.4rem;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	height: 5.5rem;
	margin-right: 4rem;
}

.index-box .slideTxtBox .hd ul li.on {
	color: #da251c;
}

.index-box .slideTxtBox .hd ul li.on::before {
	content: "";
	width: 100%;
	height: .3rem;
	background-color: #da251c;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-box .slideTxtBox .hd ul li.on::after {
	content: "";
	background: url(../img/nav.png) center no-repeat;
	width: 18px;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-box .slideTxtBox .hd .more a {
	color: #da251c;
	font-size: 1.4rem;
}

.index-box .slideTxtBox .hd .more a:hover {
	text-decoration: underline;
}

.index-box .slideTxtBox .bd {
	margin-top: 4rem;
	margin-left: 3.5rem;
}

.index-box .slideTxtBox .bd .box {
	display: flex;
}

.index-box .slideTxtBox .bd .left-text {
	flex: 1;
	margin-right: 3rem;
}

.index-box .slideTxtBox .bd .left-text ul li {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 1rem;
	height: 19.5rem;
	box-sizing: border-box;
}

.index-box .slideTxtBox .bd .left-text ul li:last-child {
	margin-bottom: 0;
}

.index-box .slideTxtBox .bd .left-text ul li .t {
	color: #222222;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .slideTxtBox .bd .left-text ul li .t2 {
	color: #666666;
	font-size: 1.6rem;
	margin: 1rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .slideTxtBox .bd .left-text ul li .date {
	color: #a40403;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2rem;
	border-top: 1px solid #dddddd;
}

.index-box .slideTxtBox .bd .left-text ul li:hover .t {
	color: #a40403;
}

.index-box .slideTxtBox .bd .right-text {
	flex: 1;
}

.index-box .slideTxtBox .bd .right-text ul li {
	background-color: #fff;
	height: 12.6rem;
	margin-bottom: 1.1rem;
	box-sizing: border-box;
	padding: 3rem 0;
	padding-right: 2rem;
}

.index-box .slideTxtBox .bd .right-text ul li:last-child {
	margin-bottom: 0;
}

.index-box .slideTxtBox .bd .right-text ul li a {
	display: flex;
}

.index-box .slideTxtBox .bd .right-text ul li .date {
	width: 10rem;
	box-sizing: border-box;
	padding-left: 2.5rem;
	border-right: .1rem solid #ddd;
	margin-right: 2rem;
}

.index-box .slideTxtBox .bd .right-text ul li .date .t {
	color: #666666;
	font-size: 2.4rem;
	line-height: normal;
}

.index-box .slideTxtBox .bd .right-text ul li .date i {
	width: 2rem;
	height: .1rem;
	display: inline-block;
	background-color: #dddddd;
	margin: .5rem 0 1rem 0;
}

.index-box .slideTxtBox .bd .right-text ul li .date .t2 {
	color: #666666;
	font-size: 1.4rem;
}

.index-box .slideTxtBox .bd .right-text ul li .text {
	flex: 1;
}

.index-box .slideTxtBox .bd .right-text ul li .text .t {
	color: #222222;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .slideTxtBox .bd .right-text ul li:hover .text .t {
	color: #a40403;
}

.index-box2 {
	margin: 6rem 0;
	display: flex;
	justify-content: space-between;
}

.index-box2 .w {
	position: relative;
}

.left-bg {
	background-color: #f7f7f7;
	border-radius: 0 2rem 2rem 0;
	flex: 1;
	margin-right: 2rem;
}

.right-bg {
	background-color: #f7f7f7;
	border-radius: 2rem 0 0 2rem;
	flex: 1;
	margin-left: 2rem;
}

.index-box2 .swiper-button-next {
	background: url(../img/next.png) center no-repeat;
	right: -10rem;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
}

.index-box2 .swiper-button-prev {
	background: url(../img/prev.png) center no-repeat;
	left: -10rem;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
}

.index-box2 .swiper-slide a {
	display: block;
	padding-bottom: 49.23%;
	position: relative;
}

.index-box2 .swiper-slide a img {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index-box3 {
	display: flex;
}

.index-box3 .left-bg {
	border-radius: 0;
	margin-right: 0;
}

.index-box3 .w {
	display: flex;
}

.index-box3 .left {
	width: 42.75%;
	margin-right: 4rem;
	box-sizing: border-box;
}

.index-box3 .left .box {
	background-color: #fff;
	margin-top: 4rem;
	background-color: #f7f7f7;
	padding-top: 4rem;
}

.index-box3 .left .hot {
	margin-bottom: 5rem;
}

.index-box3 .left .hot a {
	background-color: #fff;
	display: flex;
	box-sizing: border-box;
	padding-top: 3rem;
	padding: 2rem 2rem 2rem 0;
}

.index-box3 .left .hot .date {
	width: 10rem;
	box-sizing: border-box;
	padding-left: 2.5rem;
	border-right: .1rem solid #ddd;
	margin-right: 2rem;
}

.index-box3 .left .hot .date .t {
	color: #da251c;
	font-size: 2.4rem;
	line-height: normal;
}

.index-box3 .left .hot .text {
	flex: 1;
}

.index-box3 .left .hot .text .t {
	color: #222222;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box3 .left .hot .date i {
	width: 2rem;
	height: .1rem;
	display: inline-block;
	background-color: #dddddd;
	margin: .5rem 0 1rem 0;
}

.index-box3 .left .hot .date .t2 {
	color: #da251c;
	font-size: 1.4rem;
}

.index-box3 .right {
	flex: 1;
}

.index-box3 .left .hot:hover .text .t {
	color: #da251c;
}

.index-box3 .left .index-title {
	background-color: #fff;
	margin-top: 6rem;
}

.index-box3 .left .box {
	padding-bottom: 4rem;
}

.index-box3 .left .box ul {
	margin-top: 3rem;
	padding-right: 4rem;
	padding-bottom: 2rem;
}

.index-box3 .left .box ul li {
	margin-bottom: 2rem;
}

.index-box3 .left .box ul li:last-child {
	margin-bottom: 0;
}

.index-box3 .left .box ul li a {
	display: flex;
	justify-content: space-between;
}

.index-box3 .left .box ul li .t {
	color: #222222;
	font-size: 1.6rem;
}

.index-box3 .left .box ul li .date {
	color: #999999;
	font-size: 1.6rem;
	white-space: nowrap;
	margin-left: 2rem;
}

.index-box3 .left .box ul li .t img {
	margin-right: 1rem;
}

.index-box3 .left .box ul li:hover .t {
	color: #da251c;
}

.index-box3 .left .hot {
	padding-right: 4rem;
}

.index-box3 .right {
	background: url(../img/bg.png) center no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 6rem 4rem;
}

.index-box3 .right .index-title {
	color: #fff;
}

.index-title {
	display: flex;
	justify-content: space-between;
}

.index-title .more a {
	color: #da251c;
	font-size: 1.4rem;
}

.index-title .more a:hover {
	text-decoration: underline;
}

.index-box3 .right .index-title .more a {
	color: #fff;
}

.index-box3 .right .hot {
	border: 1px solid #db706a;
	background-color: rgba(255, 255, 255, .1);
	margin-top: 4rem;
	box-sizing: border-box;
	padding: 2rem;
}

.index-box3 .right .hot .img {
	width: 19.5rem;
	margin-right: 3rem;
}

.index-box3 .right .hot .image {
	padding-bottom: 66.66%;
	position: relative;
}

.index-box3 .right .hot .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box3 .right .hot a {
	display: flex;
}

.index-box3 .right .hot .text {
	flex: 1;
}

.index-box3 .right .hot .text .t {
	color: #ffffff;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box3 .right .hot .text .t2 {
	color: #ffffff;
	font-size: 1.6rem;
	margin: 1.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box3 .right .hot:hover .text .t {
	text-decoration: underline;
}

.index-box3 .right ul {
	margin-top: 3rem;
}

.index-box3 .right ul li {
	margin-bottom: 2rem;
}

.index-box3 .right ul li:last-child {
	margin-bottom: 0;
}

.index-box3 .right ul li a {
	display: flex;
	justify-content: space-between;
}

.index-box3 .right ul li .t {
	color: #ffffff;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box3 .right ul li .date {
	color: #ffffff;
	font-size: 1.6rem;
	white-space: nowrap;
	margin-left: 2rem;
}

.index-box3 .right ul li .t img {
	margin-right: 1rem;
}

.index-box3 .right ul li:hover .t {
	text-decoration: underline;
}

.index-box4 {
	margin-top: 6rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10rem;
}

.index-box4 .w {
	position: relative;
}

.index-box4 .image-bg {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
}

.index-box4 .swiper-button-next {
	background: url(../img/next.png) center no-repeat;
	right: -10rem;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
}

.index-box4 .swiper-button-prev {
	background: url(../img/prev.png) center no-repeat;
	left: -10rem;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
}

.index-box4 .swiper-slide a {
	display: block;
	padding-bottom: 67.69%;
	position: relative;
}

.index-box4 .swiper-slide a img {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index-box4 .swiper-slide .t {
	position: absolute;
	color: #ffffff;
	font-size: 1.6rem;
	height: 9rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding-top: 5.5rem;
	text-align: center;
}

.index-box4 .index-title {
	margin: 4rem 0;
}

.footer {
	background-color: #222222;
}

.footer .link {
	border-bottom: 1px solid #4e4e4e;
}


.footer .link .w {
	display: flex;
	position: relative;
	padding: 2.5rem 0;
	align-items: center;
}

.footer .link span {
	color: #ffffff;
	font-size: 1.8rem;
	margin-right: 2rem;
}

.footer .link a {
	color: rgba(255, 255, 255, .5);
	font-size: 1.6rem;
	margin-right: 1.5rem;
}

.footer .link a:hover {
	color: #fff;
}

.footer .link .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3rem 0;
}

.footer .text .t {
	color: #ffffff;
	font-size: 1.6rem;
}

.footer .text .right {
	color: #ffffff;
	font-size: 1.6rem;
}

.footer .text .right img {
	margin-left: 1rem;
}

.banner-n {
	height: 36rem;
	background-size: cover !important;
}

.wrap {
	margin-bottom: 6rem;
	min-height: 90rem;
}

.menu-left {
	width: 28rem;
	margin-top: -8rem;
	position: relative;
	z-index: 1;
}

.menu-left span {
	font-size: 2.4rem;
	color: #ffffff;
	background-color: #da251c;
	display: block;
	height: 8rem;
	line-height: 8rem;
	text-align: center;
}

.menu-left ul {
	position: relative;
}

.menu-left ul::before {
	content: "";
	width: 1rem;
	height: 100%;
	background-color: #da251c;
	left: -1rem;
	top: 0;
	position: absolute;
}

.menu-left ul li {
	height: 6rem;
	background-color: #f7f7f7;
	border-bottom: 1px dashed #ddd;
}

.menu-left ul li a {
	display: block;
	color: #222222;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding-left: 4rem;
	height: 100%;
	line-height: 6rem;
}

.menu-left ul li:last-child {
	border-bottom: none;
}

.menu-left ul li a:hover {
	color: #da251c;
}

.menu-left ul li.active a {
	color: #da251c;
}

.cont-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

.cont-title .title {
	color: #222222;
	font-size: 3rem;
	font-weight: bold;
}

.cont-title .title img {
	margin-right: 2rem;
}

.cont-title .link {
	color: #999999;
	font-size: 1.6rem;
}

.cont-title .link span {
	color: #da251c;
}

.right-content {
	flex: 1;
	margin-left: 4rem;
}

.article-list ul li {
	background-color: #f7f7f7;
	margin-bottom: 2rem;
}

.article-list ul li:last-child {
	margin-bottom: 0;
}

.article-list ul li:hover {
	background-color: #fff;
}

.article-list ul li a {
	display: flex;
	box-sizing: border-box;
	padding-top: 3rem;
	padding: 2rem 2rem 2rem 0;
}

.article-list ul li .date {
	width: 10rem;
	box-sizing: border-box;
	padding-left: 2.5rem;
	border-right: .1rem solid #ddd;
	margin-right: 2rem;
}

.article-list ul li .date .t {
	color: #666666;
	font-size: 2.4rem;
	line-height: normal;
}

.article-list ul li .text {
	flex: 1;
}

.article-list ul li .text .t {
	color: #222222;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.article-list ul li .text .t2 {
	color: #666666;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.article-list ul li .date i {
	width: 2rem;
	height: .1rem;
	display: inline-block;
	background-color: #dddddd;
	margin: .5rem 0 1rem 0;
}

.article-list ul li .date .t2 {
	color: #666666;
	font-size: 1.4rem;
}

.article-list ul li:hover .date .t,
.article-list ul li:hover .date .t2,
.article-list ul li:hover .text .t,
.article-list ul li:hover .text .t2 {
	color: #da251c;
}

.flex-wrap {
	display: flex;
}

.single {
	color: #333;
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.single-details .title {
	font-size: 3.6rem;
	text-align: center;
}

.single-details .title_time {
	font-size: 1.4rem;
	margin: 20px 0;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-details .text {
	color: #333;
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.image-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.image-list ul li {
	flex: 0 0 24%;
	margin-right: calc(4% / 3);
	margin-bottom: calc(4% / 3);
}

.image-list ul li:nth-child(4n) {
	margin-right: 0;
}

.image-list ul li:last-child {
	margin-right: auto;
}

.image-list ul li .img {
	padding-bottom: 67.69%;
	position: relative;
}

.image-list ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.image-list ul li .t {
	color: #333;
	text-align: center;
	background-color: #eeeeee;
	line-height: 4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.image-list ul li:hover .t {
	background-color: #da251c;
	color: #fff;
}

.new-class {
	transform: rotate(90deg);
}

.special-nav {
	background-color: #da251c;
}

.special-nav ul {
	display: flex;
	align-items: center;
}

.special-nav ul li {
	flex: 1;
	height: 7rem;
	line-height: 7rem;
}

.special-nav ul li a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	position: relative;

}

.special-nav ul li.active a {
	background-color: #ff0000;
}

.special-nav ul li:hover a {
	background-color: #ff0000;
}

.special-nav ul li a::before {
	content: "";
	height: 2.4rem;
	width: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.special-nav ul li.active a::before {
	display: none;
}

.special-nav ul li:hover a::before {
	display: none;
}

.special .top {
	display: flex;
	justify-content: space-between;
}

.special .top .left {
	width: 48.5%;
}

.special .top .left .swiper-slide {
	position: relative;
	padding-bottom: 66.72%;
}

.special .top .left .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 2rem;
}

.special .top .left .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.special .top .left .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	opacity: 1;
	background-color: transparent;
}

.special .top .left .swiper-pagination-bullet-active {
	background-color: #ff0000;
}

.special-list {
	width: 48.5%;
}

.special-list .title {
	display: flex;
	justify-content: space-between;
	line-height: 2.4rem;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 3rem;
	align-items: center;
}

.special-list .title span {
	color: #da251c;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 2rem;
	position: relative;
}


.special-list .title .more a {
	color: #da251c;
	font-size: 1.2rem;
}

.special-list .title .more a:hover {
	text-decoration: underline;
}

.special-list .title .more img {
	vertical-align: 0;
	margin-left: 1rem;
}

.special-list .title span i {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #da251c;
	height: 3px;
	bottom: -2px;
}

.special .top {
	margin: 3rem 0;
}

.special-list ul li a {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.special-list ul li .text {
	color: #333333;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	flex: 1;
	margin-right: 2rem;
}

.special-list ul li .date {
	color: #999999;
	font-size: 1.6rem;
}

.special-list ul li {
	margin-bottom: 2.5rem;
}

.special-list ul li:last-child {
	margin-bottom: 0;
}

.special {
	min-height: 90rem;
}

.special-list ul li a:hover .text{
	color: #da251c;
}

.special-list ul li .text img {
	vertical-align: -0.1rem;
	margin-right: 1rem;
}

.special-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.special-list{
	margin-bottom: 5rem;
}